docs: remove spurious para
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Sat, 1 Feb 2014 09:35:54 +0000 (04:35 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Sat, 1 Feb 2014 10:35:44 +0000 (05:35 -0500)
gtk/deprecated/gtkactiongroup.c
gtk/gtkmain.c

index 6daf7174fec397d7fa45a189be54131a654c4f2d..9a2c9afdc44109e3942976db5c35bdbaa167cc38 100644 (file)
@@ -43,7 +43,7 @@
  * actions that act on that document (eg. save, cut/copy/paste, etc). Each
  * window's menus would be constructed from a combination of two action
  * groups.
- * </para>
+ *
  * <para id="Action-Accel">
  * Accelerators are handled by the GTK+ accelerator map. All actions are
  * assigned an accelerator path (which normally has the form
@@ -52,6 +52,7 @@
  * and toolitems take on this accelerator path. The GTK+ accelerator map
  * code makes sure that the correct shortcut is displayed next to the menu
  * item.
+ * </para>
  *
  * <refsect2 id="GtkActionGroup-BUILDER-UI">
  * <title>GtkActionGroup as GtkBuildable</title>
index 13b3127334d983c366871c6b865c1c5b39f8e6b7..72c2e19f9cd7a047ef1c154271664a441609e91f 100644 (file)
@@ -52,7 +52,7 @@
  * example, when an Open button is clicked you might display a
  * #GtkFileChooserDialog. After a callback finishes, GTK+ will return to the
  * main loop and await more user input.
- * </para>
+ *
  * <example>
  * <title>Typical main() function for a GTK+ application</title>
  * |[<!-- language="C" -->
@@ -82,7 +82,7 @@
  * }
  * ]|
  * </example>
- * <para>
+ *
  * It's OK to use the GLib main loop directly instead of gtk_main(), though it
  * involves slightly more typing. See #GMainLoop in the GLib documentation.
  */